home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 122 / cd-rom 122.iso / edu / testeqi / testeqi.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-07-27  |  858 b   |  25 lines

  1. ;InnoSetupVersion=4.1.8
  2. [Setup]
  3. AppName=Teste QI
  4. AppVerName=Teste QI
  5. AppId=Teste QI
  6. DefaultDirName={pf}\Teste QI
  7. DefaultGroupName=Teste QI
  8. OutputBaseFilename=setup
  9. Compression=lzma
  10. PrivilegesRequired=none
  11. DisableProgramGroupPage=yes
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\testeqi.exe"; DestDir: "{app}"; Flags: ignoreversion 
  16. [Run]
  17. Filename: "{app}\testeqi.exe"; WorkingDir: "{app}"; Flags: postinstall nowait
  18. [Icons]
  19. Name: "{group}\Teste QI"; Filename: "{app}\testeqi.exe"; WorkingDir: "{app}"; 
  20. Name: "{group}\Desinstalar - Teste QI"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  21. [Languages]
  22. ; These files are stubs
  23. ; To achieve better results after recompilation, use the real language files
  24. Name: "br"; MessagesFile: "embedded\br.isl"; 
  25.